home *** CD-ROM | disk | FTP | other *** search
- * ML2EDIT.CMD
- ERASE
- ?' TO EDIT RECORDS'
- ?
- ?'Determine file structure if unknown: DISPLAY STRUCTURE'
- ?'Determine record number : DISPLAY ALL [field list, etc.]'
- ?' or: FIND [key] from indexed database'
- ?' or: LOCATE [scope] FOR [expression]'
- ?' Edit record: EDIT (full screen editing)'
- ?' (Quit EDIT with ^W to write or ^Q to abort)'
- ?' or: EDIT [record number]'
- ?' or: CHANGE [scope] FIELD list [FOR expression]'
- ?' or: REPLACE [scope] field WITH expression'
- ?' or: DELETE [scope] [FOR expression]'
- ?' (Un-delete) or: RECALL [scope] [FOR expression]'
- ?
- ?'Recall this display with: DO ML2EDIT'
- ?'When editing completed, return to main menu with: DO ML2'
- CANCEL